github.com/coder/websocket.msgReader.flate (field)
6 uses
github.com/coder/websocket (current package)
read.go#L401: flate bool
read.go#L418: mr.flate = h.rsv1
read.go#L421: if mr.flate {
read.go#L442: if mr.flate && mr.flateContextTakeover() {
read.go#L446: if errors.Is(err, io.EOF) || errors.Is(err, io.ErrUnexpectedEOF) && mr.fin && mr.flate {
read.go#L460: if mr.flate {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |